﻿2026-07-08T01:51:08.9725188Z ##[group]Run actions/checkout@v5
2026-07-08T01:51:08.9726068Z with:
2026-07-08T01:51:08.9726472Z   fetch-depth: 0
2026-07-08T01:51:08.9726974Z   repository: SaberMage/spt-core
2026-07-08T01:51:08.9730078Z   token: ***
2026-07-08T01:51:08.9730513Z   ssh-strict: true
2026-07-08T01:51:08.9730926Z   ssh-user: git
2026-07-08T01:51:08.9731350Z   persist-credentials: true
2026-07-08T01:51:08.9731809Z   clean: true
2026-07-08T01:51:08.9732228Z   sparse-checkout-cone-mode: true
2026-07-08T01:51:08.9732701Z   fetch-tags: false
2026-07-08T01:51:08.9733124Z   show-progress: true
2026-07-08T01:51:08.9733540Z   lfs: false
2026-07-08T01:51:08.9733936Z   submodules: false
2026-07-08T01:51:08.9734380Z   set-safe-directory: true
2026-07-08T01:51:08.9735047Z ##[endgroup]
2026-07-08T01:51:09.0569637Z Syncing repository: SaberMage/spt-core
2026-07-08T01:51:09.0571527Z ##[group]Getting Git version info
2026-07-08T01:51:09.0572261Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-07-08T01:51:09.0573321Z [command]/usr/bin/git version
2026-07-08T01:51:09.0573804Z git version 2.43.0
2026-07-08T01:51:09.0577788Z ##[endgroup]
2026-07-08T01:51:09.0589308Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/90651fac-b5c2-4cfb-919e-8dd4c33d9e79' before making global git config changes
2026-07-08T01:51:09.0591405Z Adding repository directory to the temporary git global config as a safe directory
2026-07-08T01:51:09.0592572Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-08T01:51:09.0625453Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-08T01:51:09.0646920Z https://github.com/SaberMage/spt-core
2026-07-08T01:51:09.0659782Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-08T01:51:09.0663448Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-08T01:51:09.0684536Z HEAD
2026-07-08T01:51:09.0721192Z ##[endgroup]
2026-07-08T01:51:09.0723143Z [command]/usr/bin/git submodule status
2026-07-08T01:51:09.0927686Z ##[group]Cleaning the repository
2026-07-08T01:51:09.0930511Z [command]/usr/bin/git clean -ffdx
2026-07-08T01:51:09.0967770Z Removing traceable-reqs
2026-07-08T01:51:09.0977033Z [command]/usr/bin/git reset --hard HEAD
2026-07-08T01:51:09.1054593Z HEAD is now at 1fccfcdec Merge a74e5269e0337504363a77744b65e0765537db69 into 907dd2d710131c210f2543a997ec48b3e82835db
2026-07-08T01:51:09.1062849Z ##[endgroup]
2026-07-08T01:51:09.1065487Z ##[group]Disabling automatic garbage collection
2026-07-08T01:51:09.1069653Z [command]/usr/bin/git config --local gc.auto 0
2026-07-08T01:51:09.1101463Z ##[endgroup]
2026-07-08T01:51:09.1102177Z ##[group]Setting up auth
2026-07-08T01:51:09.1109072Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-08T01:51:09.1141927Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-08T01:51:09.1341540Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-08T01:51:09.1370245Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-08T01:51:09.1560646Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-08T01:51:09.1586026Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-08T01:51:09.1774707Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-08T01:51:09.1804926Z ##[endgroup]
2026-07-08T01:51:09.1805666Z ##[group]Fetching the repository
2026-07-08T01:51:09.1811890Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +1fccfcdec9774da20add42c638552a60adf70bfc:refs/remotes/pull/57/merge
2026-07-08T01:51:10.0106837Z From https://github.com/SaberMage/spt-core
2026-07-08T01:51:10.0108301Z  * [new branch]          lifecycle-truth -> origin/lifecycle-truth
2026-07-08T01:51:10.0149817Z ##[endgroup]
2026-07-08T01:51:10.0151117Z ##[group]Determining the checkout info
2026-07-08T01:51:10.0152464Z ##[endgroup]
2026-07-08T01:51:10.0154724Z [command]/usr/bin/git sparse-checkout disable
2026-07-08T01:51:10.0193832Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-08T01:51:10.0220570Z ##[group]Checking out the ref
2026-07-08T01:51:10.0222851Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/57/merge
2026-07-08T01:51:10.0287108Z HEAD is now at 1fccfcdec Merge a74e5269e0337504363a77744b65e0765537db69 into 907dd2d710131c210f2543a997ec48b3e82835db
2026-07-08T01:51:10.0293170Z ##[endgroup]
2026-07-08T01:51:10.0338162Z [command]/usr/bin/git log -1 --format=%H
2026-07-08T01:51:10.0370506Z 1fccfcdec9774da20add42c638552a60adf70bfc
